home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / axterix.swf / scripts / frame_300 / DoAction.as
Text File  |  2011-09-19  |  196b  |  15 lines

  1. jeu._xscale = percentScaling;
  2. jeu._yscale = percentScaling;
  3. if(percentScaling < 75)
  4. {
  5.    jeu._x = 100;
  6.    jeu._y = 75;
  7. }
  8. else
  9. {
  10.    jeu._x = 25;
  11.    jeu._y = 20;
  12. }
  13. points = 0;
  14. stop();
  15.